From: Eli Zaretskii Date: Thu, 12 Jul 2001 07:18:18 +0000 (+0000) Subject: Mention antlr-mode. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~62778 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9540ec3fb474d488b2b280a4712dd449d8be13d2;p=emacs.git Mention antlr-mode. --- diff --git a/etc/NEWS b/etc/NEWS index a25516cfdc3..b0f00befba6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2179,6 +2179,10 @@ facilities for Emacs, similar to what zsh and tcsh offer. The main difference is that completion functions are written in Lisp, meaning they can be profiled, debugged, etc. +*** antlr-mode is a new major mode for editing ANTLR grammar files. +It is automatically turned on for files whose names have the extension +`.g'. + +++ ** Refill minor mode provides preliminary support for keeping paragraphs filled as you modify them.